home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Animated Icons / Source / AnimatedIconsINIT.pch++ < prev    next >
Text File  |  1997-07-02  |  333b  |  17 lines

  1. #if __POWERPC__
  2.     #pragma warning "PPC not supported."    
  3. #elif __CFM68K__
  4.     #pragma warning "CFM68K not supported."
  5.     
  6. #else
  7.     #pragma precompile_target "AnimatedIconsINIT68K.dump"
  8. #endif
  9.  
  10. #pragma once on
  11.  
  12. #include <MacHeaders68K>
  13. #include <PP_Types.h>
  14.  
  15. #define    BUILDINGINIT    1
  16. #define    PATCHTRAPS        1
  17. #define    DONT_DEFINE_CONSOLE_FUNCTIONS    1